Gets the item with the specified index.
HRESULT Item(long index, [out, retval] IImportedObject** pVal);
Item(long index, [out, retval] IImportedObject* pVal);
Sub Item(index As long, pVal As [out, retval] IImportedObject*)
Valid index values range from 0 to Count - 1.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|